Web API Edition | ComponentOne
C1.Web.Api.Configuration Namespace / Manager<T> Class
The type of the instance which is managed.
Members

In This Topic
    Manager<T> Class
    In This Topic
    The base Manager class. It is used to manage the specified type instances.
    Syntax
    'Declaration
     
    
    Public Class Manager(Of T) 
    public class Manager<T> 
    Type Parameters
    T
    The type of the instance which is managed.
    Inheritance Hierarchy
    See Also